home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWExcLib / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  1.7 KB  |  61 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = BRExcLib
  12.  
  13. __IncludeDirs = \
  14. -I$(BFC)\Found\BRCommon\Include \
  15. -I$(BFC)\Found\BRTaskG\Include \
  16. -I$(BFC)\Found\BRDebug\Include \
  17. -I$(BFC)\Found\BRRunTyp\Include \
  18. -I$(BFC)\Found\BRExcLib\Include
  19.  
  20. __ComponentLibs= \
  21. !ifdef __BORLANDC__
  22.     $(BEDBORLANDDIR)\Lib\crtldll.lib \
  23.     $(BEDBORLANDDIR)\Lib\import.lib \
  24. !else ifdef _BEDWIN32S
  25.     Kernel32 \
  26. !endif
  27.     $(_BEDLIBDIR)\BRCommon \
  28.     $(_BEDLIBDIR)\BRTaskG \
  29.     $(_BEDLIBDIR)\BRDebug \
  30.     $(_BEDLIBDIR)\BRRunTyp
  31.  
  32. __ComponentObjects = \
  33. !ifdef __BORLANDC__
  34.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  35. !endif
  36.     $(_BEDTARGETOBJECTSDIR)\BRAutoDe.obj \
  37.     $(_BEDTARGETOBJECTSDIR)\BRPriExc.obj \
  38.     $(_BEDTARGETOBJECTSDIR)\BRNewHel.obj \
  39.     $(_BEDTARGETOBJECTSDIR)\BRTryBlo.obj \
  40.     $(_BEDTARGETOBJECTSDIR)\BRDelSta.obj \
  41.     $(_BEDTARGETOBJECTSDIR)\BRExcLog.obj \
  42.     $(_BEDTARGETOBJECTSDIR)\BRExcept.obj \
  43.     $(_BEDTARGETOBJECTSDIR)\BRExcTas.obj \
  44.     $(_BEDTARGETOBJECTSDIR)\BRPostEx.obj \
  45.     $(_BEDTARGETOBJECTSDIR)\BRExcRun.obj \
  46.     $(_BEDTARGETOBJECTSDIR)\BRLibMai.obj \
  47.     $(_BEDTARGETOBJECTSDIR)\WEP.obj
  48.  
  49. __ComponentResources =
  50.  
  51. #
  52. # JEL:    For now, we have to use Native Allocation in Windows,
  53. #         GlobaAlloc, etc.
  54. #
  55.  
  56. __OtherCPlusOptions = -DBR_qUsePlatformAlloc
  57.  
  58. #####################################################################################
  59. # Dependencies
  60. #####################################################################################
  61.